Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-51415 | OSX8-00-01275 | SV-65625r1_rule | Medium |
Description |
---|
Web Sharing must be disabled. |
STIG | Date |
---|---|
Apple OS X 10.8 (Mountain Lion) Workstation STIG | 2015-02-10 |
Check Text ( C-53751r1_chk ) |
---|
To check if Web Sharing is enabled, run the following command: sudo defaults read /System/Library/LaunchDaemons/org.apache.httpd.plist Disabled If the result is not "1", this is a finding. |
Fix Text (F-56213r1_fix) |
---|
To disable Web Sharing, run the following command: sudo defaults write /System/Library/LaunchDaemons/org/apache.httpd.plist Disabled -bool TRUE |